home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / genetk / genpar.doc < prev    next >
Encoding:
Text File  |  1993-06-06  |  2.9 KB  |  29 lines

  1.  100     top_breeder_ratio;    0    1000  The percentage of ellements that are considered to be top breeders and eligable to be selected as parrent1
  2.  800     mortality_ratio;      0    1000
  3.    1     use_mutate1;          0       1  Turns mutation one on.
  4.    1     byte_change1;         0     255  The ammount of change (+/-) to each byte 0 causes byte to be randomized, 2 would cause +2,+1,-1,-2 (no 0)
  5. 1000     mutate_section1;      0    1000  The percentage of the population that will be considered for mutation n
  6.  250     pop_ratio1;           0    1000  The chance (in 1000) of an ellement in the mutate area actually being selected to be mutated.
  7.  500     gene_ratio1;          0    1000  The chance (in 1000) of gene being selected to be mutated.
  8. 1000     byte_ratio1;          0    1000  The chance (in 1000) of byte within a selected gene being selected to be mutated.
  9.    1     use_mutate2;          0       1  Turns mutation two on.
  10.   16     byte_change2;         0     255  The ammount of change (+/-) to each byte 0 causes byte to be randomized, 2 would cause +2,+1,-1,-2 (no 0)
  11. 1000     mutate_section2;      0    1000  The percentage of the population that will be considered for mutation n
  12.  125     pop_ratio2;           0    1000  The chance (in 1000) of an ellement in the mutate area actually being selected to be mutated.
  13. 1000     gene_ratio2;          0    1000  The chance (in 1000) of gene being selected to be mutated.
  14.  250     byte_ratio2;          0    1000  The chance (in 1000) of byte within a selected gene being selected to be mutated.
  15.    1     use_mutate3;          0       1  Turns mutation three on.
  16.  128     byte_change3;         0     255  The ammount of change (+/-) to each byte 0 causes byte to be randomized, 2 would cause +2,+1,-1,-2 (no 0)
  17. 1000     mutate_section3;      0    1000  The percentage of the population that will be considered for mutation n
  18.  500     pop_ratio3;           0    1000  The chance (in 1000) of an ellement in the mutate area actually being selected to be mutated.
  19. 1000     gene_ratio3;          0    1000  The chance (in 1000) of gene being selected to be mutated.
  20.  125     byte_ratio3;          0    1000  The chance (in 1000) of byte within a selected gene being selected to be mutated.
  21.  500     new_pop_ratio;        0    1000  The percentage of ellements that will be taken into the next generation
  22.  500     mutate_area;          0    1000  ????  The percentage of the population that will be considered for mutation
  23.    0     use_adjust_mutation;  0       1  Turns adjustable mutation on.
  24.  100     adjust_m_parm1;       0       ?
  25.  200     adjust_m_parm2;       0       ?
  26.  300     adjust_m_parm3;       0       ?
  27.    5     breeding_age;         0       ?  recomended age for parrent1 if not found will accept younger and display a "Y!"
  28.    1     select_by_rank;       0       1  if 1 then survivers are selected by rank if 0 they are selected by score
  29.